Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Ddcache.c1983 if (unlikely(!(inode->i_opflags & IOP_NOFOLLOW))) { in d_flags_for_inode()
1988 inode->i_opflags |= IOP_NOFOLLOW; in d_flags_for_inode()
/openbmc/linux/include/linux/
H A Dfs.h630 #define IOP_NOFOLLOW 0x0004 macro