Home
last modified time | relevance | path

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

/fs/smb/server/
Dndr.c346 unsigned int ref_id = 0x00020000; in ndr_encode_posix_acl() local
359 ret = ndr_write_int32(n, ref_id); in ndr_encode_posix_acl()
360 ref_id += 4; in ndr_encode_posix_acl()
369 ret = ndr_write_int32(n, ref_id); in ndr_encode_posix_acl()
370 ref_id += 4; in ndr_encode_posix_acl()
399 unsigned int ref_id = 0x00020004; in ndr_encode_v4_ntacl() local
420 ret = ndr_write_int32(n, ref_id); in ndr_encode_v4_ntacl()
/fs/btrfs/
Droot-tree.c330 u64 ref_id, u64 dirid, u64 *sequence, in btrfs_del_root_ref() argument
347 key.offset = ref_id; in btrfs_del_root_ref()
375 key.objectid = ref_id; in btrfs_del_root_ref()
402 u64 ref_id, u64 dirid, u64 sequence, in btrfs_add_root_ref() argument
419 key.offset = ref_id; in btrfs_add_root_ref()
440 key.objectid = ref_id; in btrfs_add_root_ref()
Dctree.h3243 u64 ref_id, u64 dirid, u64 sequence,
3246 u64 ref_id, u64 dirid, u64 *sequence,