Searched refs:scan (Results 1 – 10 of 10) sorted by relevance
| /fs/xfs/scrub/ |
| A D | reap.c | 242 struct xrep_bufscan *scan) in xrep_bufscan_advance() argument 244 scan->__sector_count += scan->daddr_step; in xrep_bufscan_advance() 245 while (scan->__sector_count <= scan->max_sectors) { in xrep_bufscan_advance() 249 error = xfs_buf_incore(mp->m_ddev_targp, scan->daddr, in xrep_bufscan_advance() 250 scan->__sector_count, XBF_LIVESCAN, &bp); in xrep_bufscan_advance() 254 scan->__sector_count += scan->daddr_step; in xrep_bufscan_advance() 289 struct xrep_bufscan scan = { in xreap_agextent_binval() local 297 while ((bp = xrep_bufscan_advance(mp, &scan)) != NULL) { in xreap_agextent_binval() 1107 struct xrep_bufscan scan = { in xreap_bmapi_binval() local 1115 while ((bp = xrep_bufscan_advance(mp, &scan)) != NULL) { in xreap_bmapi_binval()
|
| A D | reap.h | 45 struct xrep_bufscan *scan);
|
| A D | attr_repair.c | 525 struct xrep_bufscan scan = { in xrep_xattr_find_buf() local 532 while ((bp = xrep_bufscan_advance(mp, &scan)) != NULL) { in xrep_xattr_find_buf() 542 return xfs_buf_read(mp->m_ddev_targp, scan.daddr, XFS_FSB_TO_BB(mp, 1), in xrep_xattr_find_buf()
|
| /fs/ubifs/ |
| A D | Makefile | 5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
|
| /fs/jffs2/ |
| A D | Makefile | 10 jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
|
| A D | README.Locking | 163 For example, do_jffs2_getxattr() holds read-semaphore to scan xref and
|
| /fs/notify/fanotify/ |
| A D | Kconfig | 22 listeners which need to scan files before allowing the system access to
|
| /fs/gfs2/ |
| A D | dir.c | 556 unsigned int len, gfs2_dscan_t scan, in gfs2_dirent_scan() argument 579 ret = scan(dent, name, opaque); in gfs2_dirent_scan() 811 gfs2_dscan_t scan, in gfs2_dirent_search() argument 835 scan, name, NULL); in gfs2_dirent_search() 854 dent = gfs2_dirent_scan(inode, bh->b_data, bh->b_size, scan, name, NULL); in gfs2_dirent_search()
|
| /fs/nfs/ |
| A D | nfs42xattr.c | 983 scan_objects_cb scan, long batch, int seeks) in nfs4_xattr_shrinker_init() argument 998 (*shrinker)->scan_objects = scan; in nfs4_xattr_shrinker_init()
|
| /fs/proc/ |
| A D | proc_sysctl.c | 743 static int scan(struct ctl_table_header *head, const struct ctl_table *table, in scan() function 782 if (!scan(h, entry, &pos, file, ctx)) { in proc_sys_readdir()
|
Completed in 30 milliseconds