/fs/btrfs/ |
D | ordered-data.c | 72 struct rb_node *test; in __tree_search() local 92 test = rb_next(prev); in __tree_search() 93 if (!test) in __tree_search() 95 prev_entry = rb_entry(test, struct btrfs_ordered_extent, in __tree_search() 100 prev = test; in __tree_search() 106 test = rb_prev(prev); in __tree_search() 107 if (!test) in __tree_search() 109 prev_entry = rb_entry(test, struct btrfs_ordered_extent, in __tree_search() 111 prev = test; in __tree_search() 524 struct btrfs_ordered_extent *test; in btrfs_ordered_update_i_size() local [all …]
|
D | ioctl.c | 292 struct dentry *test = dir->d_parent; in btrfs_mksubvol() local 314 if (!test || in btrfs_mksubvol() 316 test == snap_src->fs_info->sb->s_root || in btrfs_mksubvol() 317 test->d_inode->i_sb != snap_src->fs_info->sb) { in btrfs_mksubvol() 320 if (S_ISLNK(test->d_inode->i_mode)) { in btrfs_mksubvol() 328 BTRFS_I(test->d_inode)->root->root_key.objectid; in btrfs_mksubvol() 339 test = test->d_parent; in btrfs_mksubvol()
|
/fs/ |
D | inode.c | 515 static struct inode * find_inode(struct super_block * sb, struct hlist_head *head, int (*test)(stru… in find_inode() 524 if (!test(inode, data)) in find_inode() 674 static struct inode * get_new_inode(struct super_block *sb, struct hlist_head *head, int (*test)(st… in get_new_inode() 684 old = find_inode(sb, head, test, data); in get_new_inode() 837 struct hlist_head *head, int (*test)(struct inode *, void *), in ifind() 843 inode = find_inode(sb, head, test, data); in ifind() 909 int (*test)(struct inode *, void *), void *data) in ilookup5_nowait() 913 return ifind(sb, head, test, data, 0); in ilookup5_nowait() 938 int (*test)(struct inode *, void *), void *data) in ilookup5() 942 return ifind(sb, head, test, data, 1); in ilookup5() [all …]
|
D | super.c | 358 int (*test)(struct super_block *,void *), in sget() 368 if (test) { in sget() 370 if (!test(old, data)) in sget()
|
/fs/jffs2/ |
D | TODO | 16 - test, test, test
|
/fs/cifs/ |
D | AUTHORS | 7 improvements. Thanks to IBM for allowing me time and test resources to pursue 54 And thanks to the IBM LTC and Power test teams and SuSE testers for 55 finding multiple bugs during excellent stress test runs.
|
D | TODO | 127 4) More exhaustively test against less common servers. More testing
|
D | CHANGES | 544 fixes to cifs_readpages for fsx test case 822 the iozone benchmark to fail on the fwrite test. Fix bug mounting two different 925 Various minor fixes for Connectathon Posix "basic" file i/o test suite. Directory caching fixed so… 975 2) Fixed GETLK (i.e. the fcntl call to test a range of bytes in a file to see if locked) to correct…
|
D | README | 661 Two other experimental features are under development. To test these
|
/fs/qnx4/ |
D | Kconfig | 22 Say Y if you want to test write support for QNX4 file systems.
|
/fs/sysv/ |
D | super.c | 274 int (*test)(struct sysv_sb_info *, struct buffer_head *); member 382 size = flavours[i].test(SYSV_SB(sb), bh); in sysv_fill_super()
|
/fs/yaffs2/ |
D | Kconfig | 138 Enabling this forces on the test that chunks are erased in flash
|
/fs/lockd/ |
D | svc4proc.c | 485 PROC(test, testargs, testres, args, res, Ck+St+2+No+Rg),
|
D | svcproc.c | 518 PROC(test, testargs, testres, args, res, Ck+St+2+No+Rg),
|
/fs/befs/ |
D | ChangeLog | 132 * Added test for "impossible" condition of empty internal nodes in 151 the page size in linux, which is 4k i386. Oops. Added a test for
|
/fs/cramfs/ |
D | README | 69 default mkcramfs doesn't test for & create holes, since cramfs in
|
/fs/affs/ |
D | Changes | 213 - Changed name type to unsigned char; the test for
|
/fs/ext3/ |
D | namei.c | 74 #define assert(test) J_ASSERT(test) argument
|
/fs/ext4/ |
D | namei.c | 74 #define assert(test) J_ASSERT(test) argument
|
/fs/dlm/ |
D | lock.c | 4159 int (*test)(struct dlm_ls *ls, struct dlm_lkb *lkb)) in purge_queue() 4165 if (test(ls, lkb)) { in purge_queue()
|
/fs/ntfs/ |
D | ChangeLog | 840 above bits set so the test is made easy. 1665 The driver is now really useful and survives the test
|