Searched refs:DELETE (Results 1 – 13 of 13) sorted by relevance
/linux/fs/ksmbd/ |
A D | smb_common.h | 99 #define DELETE 0x00010000 /* The file can be deleted */ macro 123 | DELETE | READ_CONTROL | WRITE_DAC \ 129 | DELETE | READ_CONTROL | WRITE_DAC \ 134 | DELETE | READ_CONTROL | WRITE_DAC \ 152 #define GENERIC_ALL_FLAGS (DELETE | READ_CONTROL | WRITE_DAC | \
|
A D | smbacl.c | 1213 DELETE; in smb_check_perm_dacl() 1248 DELETE; in smb_check_perm_dacl() 1307 ~(access_bits | FILE_READ_ATTRIBUTES | READ_CONTROL | WRITE_DAC | DELETE)) { in smb_check_perm_dacl()
|
/linux/fs/cifs/ |
A D | smb2inode.c | 651 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_rmdir() 660 return smb2_compound_op(xid, tcon, cifs_sb, name, DELETE, FILE_OPEN, in smb2_unlink() 697 cifs_sb, DELETE, SMB2_OP_RENAME, cfile); in smb2_rename_path()
|
A D | cifspdu.h | 218 #define DELETE 0x00010000 /* The file can be deleted */ macro 250 | DELETE | READ_CONTROL | WRITE_DAC \ 256 | DELETE | READ_CONTROL | WRITE_DAC \ 261 | DELETE | READ_CONTROL | WRITE_DAC \
|
A D | inode.c | 1467 oparms.desired_access = DELETE | FILE_WRITE_ATTRIBUTES; 2045 oparms.desired_access = DELETE;
|
A D | file.c | 2074 if (with_delete && !(open_file->fid.access & DELETE)) in cifs_get_writable_file()
|
/linux/drivers/scsi/aacraid/ |
A D | commsup.c | 1070 DELETE, in aac_handle_aif() enumerator 1109 device_config_needed = DELETE; in aac_handle_aif() 1188 dev->fsa_dev[container].config_needed = DELETE; in aac_handle_aif() 1236 cpu_to_le32(AifEnAddJBOD)) ? ADD : DELETE; in aac_handle_aif() 1290 ADD : DELETE; in aac_handle_aif() 1357 dev->fsa_dev[container].config_needed = DELETE; in aac_handle_aif() 1411 case DELETE: in aac_handle_aif()
|
/linux/fs/ceph/ |
A D | dir.c | 1356 DELETE = 1, enumerator 1406 if (ret & DELETE) { in __dentry_leases_walk() 1468 return DELETE; in __dentry_lease_check() 1493 return DELETE; in __dir_lease_check()
|
/linux/include/linux/ceph/ |
A D | rados.h | 232 f(DELETE, __CEPH_OSD_OP(WR, DATA, 5), "delete") \
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_dcbnl.c | 1086 DELETE, enumerator 1124 mlx5e_dcbnl_dscp_app(priv, DELETE); in mlx5e_dcbnl_delete_app()
|
/linux/fs/ntfs/ |
A D | layout.h | 1467 DELETE = cpu_to_le32(0x00010000), enumerator
|
/linux/Documentation/admin-guide/LSM/ |
A D | Smack.rst | 212 If label is "-DELETE" a matched entry will be deleted.
|
/linux/Documentation/admin-guide/laptops/ |
A D | thinkpad-acpi.rst | 466 0x100F 0x0E FN+DELETE -
|
Completed in 73 milliseconds