Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dstate.h543 unsigned char st_deny_bmap; member
Dnfs4state.c966 stp->st_deny_bmap |= mask; in set_deny()
976 stp->st_deny_bmap &= ~mask; in clear_deny()
985 return (bool)(stp->st_deny_bmap & mask); in test_deny()
1014 fp->fi_share_deny |= bmap_to_share_mode(stp->st_deny_bmap); in recalculate_deny_mode()
1043 if (fp && stp->st_deny_bmap != 0) in release_all_access()
3404 stp->st_deny_bmap = 0; in init_open_stateid()
3901 old_deny_bmap = stp->st_deny_bmap; in nfs4_get_vfs_file()
3945 old_deny_bmap = stp->st_deny_bmap; in nfs4_upgrade_open()
5020 stp->st_deny_bmap, od->od_share_deny); in nfsd4_open_downgrade()
5314 stp->st_deny_bmap = open_stp->st_deny_bmap; in init_lock_stateid()