Searched refs:PROC42 (Results 1 – 1 of 1) sorted by relevance
/linux/fs/nfs/ |
H A D | nfs4xdr.c | 7636 #define PROC42(proc, argtype, restype) \ macro 7639 #define PROC42(proc, argtype, restype) \ macro 7698 PROC42(SEEK, enc_seek, dec_seek), 7699 PROC42(ALLOCATE, enc_allocate, dec_allocate), 7700 PROC42(DEALLOCATE, enc_deallocate, dec_deallocate), 7702 PROC42(CLONE, enc_clone, dec_clone), 7703 PROC42(COPY, enc_copy, dec_copy), 7708 PROC42(GETXATTR, enc_getxattr, dec_getxattr), 7709 PROC42(SETXATTR, enc_setxattr, dec_setxattr), 7710 PROC42(LISTXATTRS, enc_listxattrs, dec_listxattrs), [all …]
|