Searched refs:fcheck (Results 1 – 13 of 13) sorted by relevance
170 struct ocfs2_filecheck *fcheck; in ocfs2_filecheck_create_sysfs() local173 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()
65 must use either fcheck() or fcheck_files() APIs. These73 file = fcheck(fd);107 and fcheck()/fcheck_files() which take care of these issues.
105 #define fcheck(fd) fcheck_files(current->files, fd) macro
77 file = fcheck(*fd); in coredump_next_context()
330 f = fcheck(fd); in fcntl_dirnotify()
1198 file = fcheck(oldfd); in ksys_dup3()
2545 f = fcheck(fd); in fcntl_setlk()2676 f = fcheck(fd); in fcntl_setlk64()
499 -fcheck-array-temporaries500 -fcheck=<ALL|ARRAY-TEMPS|BITS|BOUNDS|DO|MEM|POINTER|RECURSION>1618 '-fcheck=<KEYWORD>'1626 Enable all run-time test of '-fcheck'.1648 Some checks require that '-fcheck=bounds' is set for the1675 gfortran -fcheck=all,no-array-temps foo.f901680 Deprecated alias for '-fcheck=bounds'.1713 '-fcheck-array-temporaries'1714 Deprecated alias for '-fcheck=array-temps'.21415 * 'fcheck': Code Gen Options. (line 144)[all …]
545 -faligned-new=N -fargs-in-order=N -fchar8_t -fcheck-new2777 '-fcheck-new'60648 * fcheck-new: C++ Dialect Options.
6115 to reliably terminate a program, such as GCC’s ‘-fcheck-pointer-bounds’