Home
last modified time | relevance | path

Searched refs:scan (Results 1 – 10 of 10) sorted by relevance

/fs/xfs/scrub/
A Dreap.c242 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 Dreap.h45 struct xrep_bufscan *scan);
A Dattr_repair.c525 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 DMakefile5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/fs/jffs2/
A DMakefile10 jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
A DREADME.Locking163 For example, do_jffs2_getxattr() holds read-semaphore to scan xref and
/fs/notify/fanotify/
A DKconfig22 listeners which need to scan files before allowing the system access to
/fs/gfs2/
A Ddir.c556 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 Dnfs42xattr.c983 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 Dproc_sysctl.c743 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