Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dstate.h540 unsigned char st_deny_bmap; member
Dnfs4state.c1111 stp->st_deny_bmap |= mask; in set_deny()
1121 stp->st_deny_bmap &= ~mask; in clear_deny()
1130 return (bool)(stp->st_deny_bmap & mask); in test_deny()
1159 fp->fi_share_deny |= bmap_to_share_mode(stp->st_deny_bmap); in recalculate_deny_mode()
1188 if (fp && stp->st_deny_bmap != 0) in release_all_access()
3771 stp->st_deny_bmap = 0; in init_open_stateid()
4251 old_deny_bmap = stp->st_deny_bmap; in nfs4_get_vfs_file()
4286 unsigned char old_deny_bmap = stp->st_deny_bmap; in nfs4_upgrade_open()
5470 stp->st_deny_bmap, od->od_share_deny); in nfsd4_open_downgrade()
5825 stp->st_deny_bmap = open_stp->st_deny_bmap; in init_lock_stateid()