Home
last modified time | relevance | path

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

/openbmc/linux/fs/efivarfs/
H A Dinode.c21 dev_t dev, bool is_removable) in efivarfs_get_inode() argument
29 inode->i_flags = is_removable ? 0 : S_IMMUTABLE; in efivarfs_get_inode()
79 bool is_removable = false; in efivarfs_create() local
101 is_removable = true; in efivarfs_create()
103 inode = efivarfs_get_inode(dir->i_sb, dir, mode, 0, is_removable); in efivarfs_create()
H A Dsuper.c158 bool is_removable = false; in efivarfs_callback() local
180 is_removable = true; in efivarfs_callback()
192 is_removable); in efivarfs_callback()
H A Dinternal.h55 bool is_removable);