Searched refs:xdr_encode_u32 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/afs/ |
| H A D | yfsclient.c | 63 bp = xdr_encode_u32(bp, len); in xdr_encode_string() 577 bp = xdr_encode_u32(bp, YFSCREATEFILE); in yfs_fs_create_file() 627 bp = xdr_encode_u32(bp, YFSMAKEDIR); in yfs_fs_make_dir() 784 bp = xdr_encode_u32(bp, YFSREMOVEFILE); in yfs_fs_remove_file() 826 bp = xdr_encode_u32(bp, YFSREMOVEDIR); in yfs_fs_remove_dir() 899 bp = xdr_encode_u32(bp, YFSLINK); in yfs_fs_link() 980 bp = xdr_encode_u32(bp, YFSSYMLINK); in yfs_fs_symlink() 1060 bp = xdr_encode_u32(bp, YFSRENAME); in yfs_fs_rename() 1450 bp = xdr_encode_u32(bp, YFSSETLOCK); in yfs_fs_set_lock() 1759 bp = xdr_encode_u32(bp, op->nr_files); in yfs_fs_inline_bulk_status() [all …]
|