Home
last modified time | relevance | path

Searched refs:stp (Results 1 – 5 of 5) sorted by relevance

/fs/nfsd/
Dnfs4state.c1123 set_access(u32 access, struct nfs4_ol_stateid *stp) in set_access() argument
1128 stp->st_access_bmap |= mask; in set_access()
1133 clear_access(u32 access, struct nfs4_ol_stateid *stp) in clear_access() argument
1138 stp->st_access_bmap &= ~mask; in clear_access()
1143 test_access(u32 access, struct nfs4_ol_stateid *stp) in test_access() argument
1147 return (bool)(stp->st_access_bmap & mask); in test_access()
1152 set_deny(u32 deny, struct nfs4_ol_stateid *stp) in set_deny() argument
1157 stp->st_deny_bmap |= mask; in set_deny()
1162 clear_deny(u32 deny, struct nfs4_ol_stateid *stp) in clear_deny() argument
1167 stp->st_deny_bmap &= ~mask; in clear_deny()
[all …]
Dtrace.h133 TP_PROTO(stateid_t *stp),
134 TP_ARGS(stp),
142 __entry->cl_boot = stp->si_opaque.so_clid.cl_boot;
143 __entry->cl_id = stp->si_opaque.so_clid.cl_id;
144 __entry->si_id = stp->si_opaque.so_id;
145 __entry->si_generation = stp->si_generation;
156 TP_PROTO(stateid_t *stp), \
157 TP_ARGS(stp))
Dnfs4layouts.c218 struct nfs4_stid *stp; in nfsd4_alloc_layout_stateid() local
220 stp = nfs4_alloc_stid(cstate->clp, nfs4_layout_stateid_cache, in nfsd4_alloc_layout_stateid()
222 if (!stp) in nfsd4_alloc_layout_stateid()
226 stp->sc_file = fp; in nfsd4_alloc_layout_stateid()
228 ls = layoutstateid(stp); in nfsd4_alloc_layout_stateid()
252 stp->sc_type = NFS4_LAYOUT_STID; in nfsd4_alloc_layout_stateid()
/fs/xfs/libxfs/
Dxfs_defer.c541 struct xfs_trans *stp) in xfs_defer_move() argument
543 list_splice_init(&stp->t_dfops, &dtp->t_dfops); in xfs_defer_move()
551 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()
553 xfs_defer_reset(stp); in xfs_defer_move()
Dxfs_defer.h42 void xfs_defer_move(struct xfs_trans *dtp, struct xfs_trans *stp);