Home
last modified time | relevance | path

Searched refs:is_removable (Results 1 – 3 of 3) sorted by relevance

/linux/fs/efivarfs/
H A Dinode.c21 dev_t dev, bool is_removable) in efivarfs_get_inode() argument
33 inode->i_flags = is_removable ? 0 : S_IMMUTABLE; in efivarfs_get_inode()
83 bool is_removable = false; in efivarfs_create() local
100 is_removable = true; in efivarfs_create()
102 inode = efivarfs_get_inode(dir->i_sb, dir, mode, 0, is_removable); in efivarfs_create()
H A Dsuper.c240 bool is_removable = false; in efivarfs_create_dentry() local
246 is_removable = true; in efivarfs_create_dentry()
249 is_removable); in efivarfs_create_dentry()
H A Dinternal.h66 bool is_removable);