Home
last modified time | relevance | path

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

/fs/nfsd/
Dstate.h535 unsigned char st_access_bmap; member
Dnfs4state.c1061 stp->st_access_bmap |= mask; in set_access()
1071 stp->st_access_bmap &= ~mask; in clear_access()
1080 return (bool)(stp->st_access_bmap & mask); in test_access()
3676 stp->st_access_bmap = 0; in init_open_stateid()
4169 old_access_bmap = stp->st_access_bmap; in nfs4_get_vfs_file()
4198 stp->st_access_bmap = old_access_bmap; in nfs4_get_vfs_file()
5379 stp->st_access_bmap, od->od_share_access); in nfsd4_open_downgrade()
5698 stp->st_access_bmap = 0; in init_lock_stateid()