Searched refs:extra_info (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | xattr.c | 329 u32 acllen, extra_info; in cifs_xattr_get() local 337 extra_info = OWNER_SECINFO | GROUP_SECINFO | DACL_SECINFO | SACL_SECINFO; in cifs_xattr_get() 340 extra_info = OWNER_SECINFO | GROUP_SECINFO | DACL_SECINFO; in cifs_xattr_get() 343 extra_info = OWNER_SECINFO | GROUP_SECINFO; in cifs_xattr_get() 346 extra_info = SACL_SECINFO; in cifs_xattr_get() 350 extra_info = DACL_SECINFO; in cifs_xattr_get() 354 inode, full_path, &acllen, extra_info); in cifs_xattr_get()
|
| H A D | smb2proto.h | 186 u32 *plen, u32 extra_info);
|
| H A D | smb2pdu.c | 4009 void **data, u32 *plen, u32 extra_info) in SMB2_query_acl() argument 4014 0, SMB2_O_INFO_SECURITY, extra_info, in SMB2_query_acl()
|
| /linux/fs/ceph/ |
| H A D | caps.c | 3490 struct cap_extra_info *extra_info) in handle_cap_grant() argument 3518 size = extra_info->fscrypt_file_size; in handle_cap_grant() 3570 inode_set_max_iversion_raw(inode, extra_info->change_attr); in handle_cap_grant() 3573 (extra_info->issued & CEPH_CAP_AUTH_EXCL) == 0) { in handle_cap_grant() 3583 ci->i_btime = extra_info->btime; in handle_cap_grant() 3589 if (ci->fscrypt_auth_len != extra_info->fscrypt_auth_len || in handle_cap_grant() 3590 memcmp(ci->fscrypt_auth, extra_info->fscrypt_auth, in handle_cap_grant() 3595 extra_info->fscrypt_auth_len); in handle_cap_grant() 3600 (extra_info->issued & CEPH_CAP_LINK_EXCL) == 0) { in handle_cap_grant() 3606 if ((extra_info->issued & CEPH_CAP_XATTR_EXCL) == 0 && in handle_cap_grant() [all …]
|
| /linux/scripts/mod/ |
| H A D | devicetable-offsets.c | 155 DEVID_FIELD(i3c_device_id, extra_info); in main()
|
| H A D | file2alias.c | 851 DEF_FIELD(symval, i3c_device_id, extra_info); in do_i3c_entry() 856 ADD(alias, "ext", match_flags & I3C_MATCH_EXTRA_INFO, extra_info); in do_i3c_entry()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | fw.c | 2140 CH_INFO_SET_EXTRA_INFO(chan, info->extra_info); in rtw_add_chan_info() 2141 if (info->extra_info) { in rtw_add_chan_info() 2175 ch_info.extra_info = 1; in rtw_add_chan_list()
|