• Home
  • Raw
  • Download

Lines Matching refs:TF

6 [  5] = { 3,	TD|TF,		SEN(open),			"open"			},
9 [ 8] = { 2, TD|TF, SEN(creat), "creat" },
10 [ 9] = { 2, TF, SEN(link), "link" },
11 [ 10] = { 1, TF, SEN(unlink), "unlink" },
12 [ 11] = { 3, TF|TP|SE|SI, SEN(execve), "execve" },
13 [ 12] = { 1, TF, SEN(chdir), "chdir" },
15 [ 14] = { 3, TF, SEN(mknod), "mknod" },
16 [ 15] = { 2, TF, SEN(chmod), "chmod" },
17 [ 16] = { 3, TF, SEN(chown16), "lchown" },
19 [ 18] = { 2, TF|TST|TSTA, SEN(oldstat), "oldstat" },
22 [ 21] = { 5, TF, SEN(mount), "mount" },
23 [ 22] = { 1, TF, SEN(umount), "umount" },
31 [ 30] = { 2, TF, SEN(utime), "utime" },
34 [ 33] = { 2, TF, SEN(access), "access" },
39 [ 38] = { 2, TF, SEN(rename), "rename" },
40 [ 39] = { 2, TF, SEN(mkdir), "mkdir" },
41 [ 40] = { 1, TF, SEN(rmdir), "rmdir" },
52 [ 51] = { 1, TF, SEN(acct), "acct" },
53 [ 52] = { 2, TF, SEN(umount2), "umount2" },
62 [ 61] = { 1, TF, SEN(chroot), "chroot" },
84 [ 83] = { 2, TF, SEN(symlink), "symlink" },
85 [ 84] = { 2, TF|TLST|TSTA, SEN(oldlstat), "oldlstat" },
86 [ 85] = { 3, TF, SEN(readlink), "readlink" },
87 [ 86] = { 1, TF, SEN(uselib), "uselib" },
88 [ 87] = { 2, TF, SEN(swapon), "swapon" },
93 [ 92] = { 2, TF, SEN(truncate), "truncate" },
100 [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" },
107 [106] = { 2, TF|TST|TSTA, SEN(stat), "stat" },
108 [107] = { 2, TF|TLST|TSTA, SEN(lstat), "lstat" },
116 [115] = { 1, TF, SEN(swapoff), "swapoff" },
132 [131] = { 4, TF, SEN(quotactl), "quotactl" },
182 [182] = { 3, TF, SEN(chown16), "chown" },
183 [183] = { 2, TF, SEN(getcwd), "getcwd" },
193 [193] = { 3, TF, SEN(truncate64), "truncate64" },
195 [195] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" },
196 [196] = { 2, TF|TLST|TSTA, SEN(lstat64), "lstat64" },
198 [198] = { 3, TF, SEN(chown), "lchown32" },
212 [212] = { 3, TF, SEN(chown), "chown32" },
217 [217] = { 2, TF, SEN(pivotroot), "pivot_root" },
224 [226] = { 5, TF, SEN(setxattr), "setxattr" },
225 [227] = { 5, TF, SEN(setxattr), "lsetxattr" },
227 [229] = { 4, TF, SEN(getxattr), "getxattr" },
228 [230] = { 4, TF, SEN(getxattr), "lgetxattr" },
230 [232] = { 3, TF, SEN(listxattr), "listxattr" },
231 [233] = { 3, TF, SEN(listxattr), "llistxattr" },
233 [235] = { 2, TF, SEN(removexattr), "removexattr" },
234 [236] = { 2, TF, SEN(removexattr), "lremovexattr" },
265 [268] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
268 [271] = { 2, TF, SEN(utimes), "utimes" },
291 [295] = { 4, TD|TF, SEN(openat), "openat" },
292 [296] = { 3, TD|TF, SEN(mkdirat), "mkdirat" },
293 [297] = { 4, TD|TF, SEN(mknodat), "mknodat" },
294 [298] = { 5, TD|TF, SEN(fchownat), "fchownat" },
295 [299] = { 3, TD|TF, SEN(futimesat), "futimesat" },
296 [300] = { 4, TD|TF|TFST|TSTA,SEN(fstatat64), "fstatat64" },
297 [301] = { 3, TD|TF, SEN(unlinkat), "unlinkat" },
298 [302] = { 4, TD|TF, SEN(renameat), "renameat" },
299 [303] = { 5, TD|TF, SEN(linkat), "linkat" },
300 [304] = { 3, TD|TF, SEN(symlinkat), "symlinkat" },
301 [305] = { 4, TD|TF, SEN(readlinkat), "readlinkat" },
302 [306] = { 3, TD|TF, SEN(fchmodat), "fchmodat" },
303 [307] = { 3, TD|TF, SEN(faccessat), "faccessat" },
316 [320] = { 4, TD|TF, SEN(utimensat), "utimensat" },
332 [336] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" },
339 [343] = { 6, TD|TF, SEN(fanotify_mark), "fanotify_mark" },
350 [354] = { 5, TD|TF, SEN(renameat2), "renameat2" },
355 [359] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat" },