Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/server/
H A Dsmb_common.h108 #define WRITE_OWNER 0x00080000 /* Ownership information associated */ macro
126 | WRITE_OWNER | SYNCHRONIZE)
132 | WRITE_OWNER | SYNCHRONIZE)
137 | WRITE_OWNER | SYNCHRONIZE)
155 WRITE_OWNER | SYNCHRONIZE | FILE_READ_DATA | \
H A Dvfs.c144 *daccess |= cpu_to_le32(WRITE_DAC | WRITE_OWNER | SYNCHRONIZE | in ksmbd_vfs_query_maximal_access()
/linux-6.15/fs/smb/client/
H A Dcifspdu.h232 #define WRITE_OWNER 0x00080000 /* Ownership information associated */ macro
279 | WRITE_OWNER | SYNCHRONIZE)
285 | WRITE_OWNER | SYNCHRONIZE)
290 | WRITE_OWNER | SYNCHRONIZE)
H A Dcifsacl.c1524 access_flags |= WRITE_OWNER; in set_cifs_acl()
H A Dsmb2ops.c3159 access_flags |= WRITE_OWNER; in set_smb2_acl()
H A Dcifssmb.c1052 WRITE_DAC | WRITE_OWNER | SYSTEM_SECURITY | in access_flags_to_smbopen_mode()