Home
last modified time | relevance | path

Searched refs:lowner (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dnfs4xdr.c1320 static void encode_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner) in encode_lockowner() argument
1325 p = xdr_encode_hyper(p, lowner->clientid); in encode_lockowner()
1328 *p++ = cpu_to_be32(lowner->s_dev); in encode_lockowner()
1329 xdr_encode_hyper(p, lowner->id); in encode_lockowner()
1384 static void encode_release_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner, struc… in encode_release_lockowner() argument
1387 encode_lockowner(xdr, lowner); in encode_release_lockowner()
H A Dnfs4proc.c7481 struct nfs_lowner *lowner = &cbnl->cbnl_owner, in nfs4_wake_lock_waiter() local
7485 if (lowner->id != wowner->id || lowner->s_dev != wowner->s_dev) in nfs4_wake_lock_waiter()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch1652 static char lowner[100], lgroup[100];
1665 (void) strcpy(lowner, cp);
/openbmc/linux/fs/nfsd/
H A Dnfs4state.c85 static bool check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner);
7885 check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner) in check_for_locks() argument
7907 if (fl->fl_owner == (fl_owner_t)lowner) { in check_for_locks()