Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
Dfilecheck.c170 struct ocfs2_filecheck *fcheck; in ocfs2_filecheck_create_sysfs() local
173 fcheck = kmalloc(sizeof(struct ocfs2_filecheck), GFP_NOFS); in ocfs2_filecheck_create_sysfs()
174 if (!fcheck) in ocfs2_filecheck_create_sysfs()
177 INIT_LIST_HEAD(&fcheck->fc_head); in ocfs2_filecheck_create_sysfs()
178 spin_lock_init(&fcheck->fc_lock); in ocfs2_filecheck_create_sysfs()
179 fcheck->fc_max = OCFS2_FILECHECK_MINSIZE; in ocfs2_filecheck_create_sysfs()
180 fcheck->fc_size = 0; in ocfs2_filecheck_create_sysfs()
181 fcheck->fc_done = 0; in ocfs2_filecheck_create_sysfs()
189 kfree(fcheck); in ocfs2_filecheck_create_sysfs()
193 entry->fs_fcheck = fcheck; in ocfs2_filecheck_create_sysfs()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dfiles.rst65 must use either fcheck() or fcheck_files() APIs. These
73 file = fcheck(fd);
107 and fcheck()/fcheck_files() which take care of these issues.
/kernel/linux/linux-5.10/include/linux/
Dfdtable.h105 #define fcheck(fd) fcheck_files(current->files, fd) macro
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
Dcoredump.c77 file = fcheck(*fd); in coredump_next_context()
/kernel/linux/linux-5.10/fs/notify/dnotify/
Ddnotify.c330 f = fcheck(fd); in fcntl_dirnotify()
/kernel/linux/linux-5.10/fs/
Dfile.c1115 file = fcheck(oldfd); in ksys_dup3()
Dlocks.c2545 f = fcheck(fd); in fcntl_setlk()
2676 f = fcheck(fd); in fcntl_setlk64()