Searched refs:inode_flags (Results 1 – 3 of 3) sorted by relevance
451 u64 inode_flags = btrfs_stack_inode_flags(&root_item->inode); in btrfs_check_and_init_root_item() local 453 if (!(inode_flags & BTRFS_INODE_ROOT_ITEM_INIT)) { in btrfs_check_and_init_root_item() 454 inode_flags |= BTRFS_INODE_ROOT_ITEM_INIT; in btrfs_check_and_init_root_item() 455 btrfs_set_stack_inode_flags(&root_item->inode, inode_flags); in btrfs_check_and_init_root_item()
291 u32 inode_flags; in btrfs_fileattr_set() 309 inode_flags = inode->flags; in btrfs_fileattr_set() 311 inode_flags |= BTRFS_INODE_SYNC; in btrfs_fileattr_set() 313 inode_flags &= ~BTRFS_INODE_SYNC; in btrfs_fileattr_set() 315 inode_flags |= BTRFS_INODE_IMMUTABLE; in btrfs_fileattr_set() 317 inode_flags &= ~BTRFS_INODE_IMMUTABLE; in btrfs_fileattr_set() 319 inode_flags |= BTRFS_INODE_APPEND; in btrfs_fileattr_set() 321 inode_flags &= ~BTRFS_INODE_APPEND; in btrfs_fileattr_set() 323 inode_flags |= BTRFS_INODE_NODUMP; in btrfs_fileattr_set() 325 inode_flags in btrfs_fileattr_set() 266 u32 inode_flags; btrfs_fileattr_set() local [all...]
72 enum inode_flags { enum