Home
last modified time | relevance | path

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

/linux/fs/
H A Dnamei.c581 if (unlikely(!(inode->i_opflags & IOP_FASTPERM))) { in do_inode_permission()
587 inode->i_opflags |= IOP_FASTPERM; in do_inode_permission()
692 if (unlikely(!(inode->i_opflags & (IOP_FASTPERM | IOP_FASTPERM_MAY_EXEC)))) in lookup_inode_permission_may_exec()
/linux/include/linux/
H A Dfs.h621 #define IOP_FASTPERM 0x0001 macro