Skip to content

Commit

Permalink
libcli: add FILE_SUPPORTS_BLOCK_REFCOUNTING
Browse files Browse the repository at this point in the history
This FS attribute is used to advertise whether the server supports
FSCTL_DUP_EXTENTS_TO_FILE requests.

Signed-off-by: David Disseldorp <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
  • Loading branch information
ddiss authored and jrasamba committed Sep 22, 2016
1 parent 0ad260e commit dd02a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcli/smb/smb_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ enum csc_policy {
#define FILE_SUPPORTS_ENCRYPTION 0x00020000
#define FILE_NAMED_STREAMS 0x00040000
#define FILE_READ_ONLY_VOLUME 0x00080000
#define FILE_SUPPORTS_BLOCK_REFCOUNTING 0x08000000

/* ShareAccess field. */
#define FILE_SHARE_NONE 0 /* Cannot be used in bitmask. */
Expand Down

0 comments on commit dd02a5c

Please sign in to comment.