Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/afs/
H A Dyfsclient.c31 static __be32 *xdr_encode_u32(__be32 *bp, u32 n) in xdr_encode_u32() function
63 bp = xdr_encode_u32(bp, len); in xdr_encode_string()
520 bp = xdr_encode_u32(bp, YFSFETCHDATA64); in yfs_fs_fetch_data()
521 bp = xdr_encode_u32(bp, 0); /* RPC flags */ in yfs_fs_fetch_data()
601 bp = xdr_encode_u32(bp, YFSCREATEFILE); in yfs_fs_create_file()
602 bp = xdr_encode_u32(bp, 0); /* RPC flags */ in yfs_fs_create_file()
606 bp = xdr_encode_u32(bp, yfs_LockNone); /* ViceLockType */ in yfs_fs_create_file()
650 bp = xdr_encode_u32(bp, YFSMAKEDIR); in yfs_fs_make_dir()
651 bp = xdr_encode_u32(bp, 0); /* RPC flags */ in yfs_fs_make_dir()
735 bp = xdr_encode_u32(bp, YFSREMOVEFILE2); in yfs_fs_remove_file2()
[all …]