Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dnamei.c460 if (unlikely(!(inode->i_opflags & IOP_FASTPERM))) { in do_inode_permission()
466 inode->i_opflags |= IOP_FASTPERM; in do_inode_permission()
/openbmc/linux/include/linux/
H A Dfs.h628 #define IOP_FASTPERM 0x0001 macro