Home
last modified time | relevance | path

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

/fs/exportfs/
Dexpfs.c28 const struct export_operations *nop = dir->d_sb->s_export_op; in exportfs_get_name() local
31 if (nop->get_name) in exportfs_get_name()
32 return nop->get_name(dir, name, child); in exportfs_get_name()
381 const struct export_operations *nop = inode->i_sb->s_export_op; in exportfs_encode_inode_fh() local
383 if (nop && nop->encode_fh) in exportfs_encode_inode_fh()
384 return nop->encode_fh(inode, fid->raw, max_len, parent); in exportfs_encode_inode_fh()
417 const struct export_operations *nop = mnt->mnt_sb->s_export_op; in exportfs_decode_fh() local
425 if (!nop || !nop->fh_to_dentry) in exportfs_decode_fh()
427 result = nop->fh_to_dentry(mnt->mnt_sb, fid, fh_len, fileid_type); in exportfs_decode_fh()
478 if (!nop->fh_to_parent) in exportfs_decode_fh()
[all …]
/fs/nfs/
Dcallback_xdr.c720 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op() argument
723 if (nop != 0) in preprocess_nfs41_op()
726 if (nop == 0) in preprocess_nfs41_op()
778 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op() argument
790 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op() argument
792 __be32 status = preprocess_nfs41_op(nop, op_nr, op); in preprocess_nfs42_op()
802 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op() argument
823 static __be32 process_op(int nop, struct svc_rqst *rqstp, in process_op() argument
840 __func__, cps->minorversion, nop, op_nr); in process_op()
847 status = preprocess_nfs41_op(nop, op_nr, &op); in process_op()
[all …]