mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
libcli: add FILE_SUPPORTS_BLOCK_REFCOUNTING
This FS attribute is used to advertise whether the server supports FSCTL_DUP_EXTENTS_TO_FILE requests. Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
0ad260e8f0
commit
dd02a5c917
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user