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()
84 bool is_removable = false; in efivarfs_create() local
106 is_removable = true; in efivarfs_create()
108 inode = efivarfs_get_inode(dir->i_sb, dir, mode, 0, is_removable); in efivarfs_create()
H A Dsuper.c196 bool is_removable = false; in efivarfs_callback() local
218 is_removable = true; in efivarfs_callback()
230 is_removable); in efivarfs_callback()
H A Dinternal.h65 bool is_removable);