Home
last modified time | relevance | path

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

/openbmc/linux/security/landlock/
H A Dfs.h84 landlock_superblock(const struct super_block *const superblock) in landlock_superblock() function
H A Dfs.c64 atomic_long_inc(&landlock_superblock(sb)->inode_refs); in release_inode()
78 if (atomic_long_dec_and_test(&landlock_superblock(sb)->inode_refs)) in release_inode()
79 wake_up_var(&landlock_superblock(sb)->inode_refs); in release_inode()
1036 wait_var_event(&landlock_superblock(sb)->inode_refs, in hook_sb_delete()
1037 !atomic_long_read(&landlock_superblock(sb)->inode_refs)); in hook_sb_delete()