Searched refs:inserted (Results 1 – 8 of 8) sorted by relevance
/fs/reiserfs/ |
D | ibalance.c | 128 struct item_head *inserted, in internal_insert_childs() argument 170 memcpy(ih, inserted, KEY_SIZE); in internal_insert_childs() 172 memcpy(ih + 1, inserted + 1, KEY_SIZE); in internal_insert_childs()
|
/fs/ntfs3/ |
D | fsntfs.c | 2081 u32 size_sd, __le32 *security_id, bool *inserted) in ntfs_insert_security() argument 2106 if (inserted) in ntfs_insert_security() 2107 *inserted = false; in ntfs_insert_security() 2264 if (inserted) in ntfs_insert_security() 2265 *inserted = true; in ntfs_insert_security()
|
D | xattr.c | 909 bool inserted; in ntfs_setxattr() local 930 &security_id, &inserted); in ntfs_setxattr()
|
D | ntfs_fs.h | 639 u32 size, __le32 *security_id, bool *inserted);
|
/fs/btrfs/ |
D | delayed-ref.c | 594 goto inserted; in insert_delayed_ref() 625 inserted: in insert_delayed_ref()
|
/fs/jffs2/ |
D | Kconfig | 61 The summary information can be inserted into a filesystem image
|
/fs/squashfs/ |
D | Kconfig | 22 inserted in and removed from the running kernel whenever you want),
|
/fs/ext4/ |
D | xattr.c | 1932 goto inserted; in ext4_xattr_block_set() 2012 inserted: in ext4_xattr_block_set() 2060 goto inserted; in ext4_xattr_block_set()
|