Home
last modified time | relevance | path

Searched refs:AFS_VNODE_AUTOCELL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/afs/
H A Dsuper.c197 if (test_bit(AFS_VNODE_AUTOCELL, &AFS_FS_I(d_inode(root))->flags)) in afs_show_options()
481 set_bit(AFS_VNODE_AUTOCELL, &AFS_FS_I(inode)->flags); in afs_fill_super()
H A Ddynroot.c167 if (!test_bit(AFS_VNODE_AUTOCELL, &vnode->flags)) in afs_try_auto_mntpt()
H A Dinternal.h646 #define AFS_VNODE_AUTOCELL 6 /* set if Vnode is an auto mount point */ macro