Home
last modified time | relevance | path

Searched refs:EXT2_BTREE_FL (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ext2/
H A Ddir.c453 EXT2_I(dir)->i_flags &= ~EXT2_BTREE_FL; in ext2_set_link()
543 EXT2_I(dir)->i_flags &= ~EXT2_BTREE_FL; in ext2_add_link()
592 EXT2_I(inode)->i_flags &= ~EXT2_BTREE_FL; in ext2_delete_entry()
H A Dext2.h245 #define EXT2_BTREE_FL FS_BTREE_FL /* btree format dir */ macro