Home
last modified time | relevance | path

Searched defs:nop (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/exportfs/
Dexpfs.c29 const struct export_operations *nop = dir->d_sb->s_export_op; in exportfs_get_name() local
387 const struct export_operations *nop = inode->i_sb->s_export_op; in exportfs_encode_inode_fh() local
423 const struct export_operations *nop = mnt->mnt_sb->s_export_op; in exportfs_decode_fh() local
/linux-4.19.296/fs/nfs/
Dcallback_xdr.c762 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op()
822 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op()
834 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op()
849 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op()
870 static __be32 process_op(int nop, struct svc_rqst *rqstp, in process_op()
/linux-4.19.296/include/asm-generic/
Dbarrier.h23 #define nop() asm volatile ("nop") macro