Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/
Dfilecheck.c178 struct ocfs2_filecheck *fcheck; in ocfs2_filecheck_create_sysfs() local
181 fcheck = kmalloc(sizeof(struct ocfs2_filecheck), GFP_NOFS); in ocfs2_filecheck_create_sysfs()
182 if (!fcheck) in ocfs2_filecheck_create_sysfs()
185 INIT_LIST_HEAD(&fcheck->fc_head); in ocfs2_filecheck_create_sysfs()
186 spin_lock_init(&fcheck->fc_lock); in ocfs2_filecheck_create_sysfs()
187 fcheck->fc_max = OCFS2_FILECHECK_MINSIZE; in ocfs2_filecheck_create_sysfs()
188 fcheck->fc_size = 0; in ocfs2_filecheck_create_sysfs()
189 fcheck->fc_done = 0; in ocfs2_filecheck_create_sysfs()
196 kfree(fcheck); in ocfs2_filecheck_create_sysfs()
200 entry->fs_fcheck = fcheck; in ocfs2_filecheck_create_sysfs()
/Linux-v4.19/Documentation/filesystems/
Dfiles.txt62 must use either fcheck() or fcheck_files() APIs. These
69 file = fcheck(fd);
103 and fcheck()/fcheck_files() which take care of these issues.
/Linux-v4.19/include/linux/
Dfdtable.h104 #define fcheck(fd) fcheck_files(current->files, fd) macro
/Linux-v4.19/arch/powerpc/platforms/cell/spufs/
Dcoredump.c103 file = fcheck(*fd); in coredump_next_context()
/Linux-v4.19/fs/notify/dnotify/
Ddnotify.c336 f = fcheck(fd); in fcntl_dirnotify()
/Linux-v4.19/fs/
Dfile.c891 file = fcheck(oldfd); in ksys_dup3()
Dlocks.c2312 f = fcheck(fd); in fcntl_setlk()
2443 f = fcheck(fd); in fcntl_setlk64()