Searched refs:I_OVL_INUSE (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/overlayfs/
H A Dutil.c1004 if (!(inode->i_state & I_OVL_INUSE)) {
1005 inode->i_state |= I_OVL_INUSE;
1019 WARN_ON(!(inode->i_state & I_OVL_INUSE));
1020 inode->i_state &= ~I_OVL_INUSE;
1031 inuse = (inode->i_state & I_OVL_INUSE);
/linux-master/include/linux/
H A Dfs.h2361 * I_OVL_INUSE Used by overlayfs to get exclusive ownership on upper
2392 #define I_OVL_INUSE (1 << 14) macro

Completed in 115 milliseconds