Home
last modified time | relevance | path

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

/fs/jffs2/
DTODO11 - checkpointing (do we need this? scan is quite fast)
12 - make the scan code populate real inodes so read_inode just after
36 2. get_sb()->build_fs()->scan() path... Why get_sb() removes scan()'s crap in
37 case of failure? scan() does not clean everything. Fix.
DMakefile9 jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
DREADME.Locking166 For example, do_jffs2_getxattr() holds read-semaphore to scan xref and
/fs/proc/
Dproc_sysctl.c216 static int scan(struct ctl_table_header *head, ctl_table *table, in scan() function
276 ret = scan(head, table, &pos, filp, dirent, filldir); in proc_sys_readdir()
283 ret = scan(h, h->attached_by, &pos, filp, dirent, filldir); in proc_sys_readdir()
/fs/ubifs/
DMakefile4 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/fs/xfs/
Dxfs_filestream.c85 #define TRACE_AG_PICK2(mp, ag, ag2, cnt, free, scan, flag) \ argument
87 cnt, free, scan, flag)
105 #define TRACE_AG_PICK2(mp, ag, ag2, cnt, free, scan, flag) argument
/fs/gfs2/
Ddir.c479 unsigned int len, gfs2_dscan_t scan, in gfs2_dirent_scan() argument
499 ret = scan(dent, name, opaque); in gfs2_dirent_scan()
750 gfs2_dscan_t scan, in gfs2_dirent_search() argument
774 scan, name, NULL); in gfs2_dirent_search()
793 dent = gfs2_dirent_scan(inode, bh->b_data, bh->b_size, scan, name, NULL); in gfs2_dirent_search()