Searched refs:notify_change (Results 1 – 12 of 12) sorted by relevance
| /fs/ |
| A D | attr.c | 426 int notify_change(struct mnt_idmap *idmap, struct dentry *dentry, in notify_change() function 563 EXPORT_SYMBOL(notify_change);
|
| A D | utimes.c | 66 error = notify_change(mnt_idmap(path->mnt), path->dentry, &newattrs, in vfs_utimes()
|
| A D | open.c | 68 ret = notify_change(idmap, dentry, &newattrs, NULL); in do_truncate() 650 error = notify_change(mnt_idmap(path->mnt), path->dentry, in chmod_common() 791 error = notify_change(idmap, path->dentry, &newattrs, in chown_common()
|
| A D | inode.c | 2189 return notify_change(idmap, dentry, &newattrs, NULL); in __remove_privs()
|
| /fs/cachefiles/ |
| A D | interface.c | 146 ret = notify_change(&nop_mnt_idmap, file->f_path.dentry, in cachefiles_adjust_size() 156 ret = notify_change(&nop_mnt_idmap, file->f_path.dentry, in cachefiles_adjust_size()
|
| /fs/ecryptfs/ |
| A D | inode.c | 877 rc = notify_change(&nop_mnt_idmap, lower_dentry, in ecryptfs_truncate() 986 rc = notify_change(&nop_mnt_idmap, lower_dentry, &lower_ia, NULL); in ecryptfs_setattr()
|
| /fs/affs/ |
| A D | Changes | 115 really necessary as notify_change() will do
|
| /fs/nfsd/ |
| A D | vfs.c | 456 host_err = notify_change(&nop_mnt_idmap, dentry, &size_attr, NULL); in __nfsd_setattr() 482 return notify_change(&nop_mnt_idmap, dentry, iap, NULL); in __nfsd_setattr()
|
| A D | nfs4state.c | 9199 ret = notify_change(&nop_mnt_idmap, dentry, &attrs, NULL); in cb_getattr_update_times()
|
| /fs/overlayfs/ |
| A D | overlayfs.h | 203 return notify_change(ovl_upper_mnt_idmap(ofs), upperdentry, attr, NULL); in ovl_do_notify_change()
|
| /fs/smb/server/ |
| A D | smbacl.c | 1465 rc = notify_change(idmap, path->dentry, &newattrs, NULL); in set_info_sec()
|
| A D | smb2pdu.c | 6188 rc = notify_change(idmap, dentry, &attrs, NULL); in set_file_basic_info()
|
Completed in 801 milliseconds