Searched refs:notify_change (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/fs/ |
A D | attr.c | 380 int notify_change(struct mnt_idmap *idmap, struct dentry *dentry, in notify_change() function 494 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 | 66 ret = notify_change(idmap, dentry, &newattrs, NULL); in do_truncate() 643 error = notify_change(mnt_idmap(path->mnt), path->dentry, in chmod_common() 774 error = notify_change(idmap, path->dentry, &newattrs, in chown_common()
|
A D | inode.c | 1986 return notify_change(idmap, dentry, &newattrs, NULL); in __remove_privs()
|
/linux-6.3-rc2/drivers/base/ |
A D | devtmpfs.c | 238 notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL); in handle_create() 346 notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL); in handle_remove()
|
/linux-6.3-rc2/fs/cachefiles/ |
A D | interface.c | 141 ret = notify_change(&nop_mnt_idmap, file->f_path.dentry, in cachefiles_adjust_size() 151 ret = notify_change(&nop_mnt_idmap, file->f_path.dentry, in cachefiles_adjust_size()
|
/linux-6.3-rc2/fs/ecryptfs/ |
A D | inode.c | 859 rc = notify_change(&nop_mnt_idmap, lower_dentry, in ecryptfs_truncate() 968 rc = notify_change(&nop_mnt_idmap, lower_dentry, &lower_ia, NULL); in ecryptfs_setattr()
|
/linux-6.3-rc2/fs/affs/ |
A D | Changes | 115 really necessary as notify_change() will do
|
/linux-6.3-rc2/fs/overlayfs/ |
A D | overlayfs.h | 144 return notify_change(ovl_upper_mnt_idmap(ofs), upperdentry, attr, NULL); in ovl_do_notify_change()
|
/linux-6.3-rc2/fs/nfsd/ |
A D | vfs.c | 433 host_err = notify_change(&nop_mnt_idmap, dentry, &size_attr, NULL); in __nfsd_setattr() 451 return notify_change(&nop_mnt_idmap, dentry, iap, NULL); in __nfsd_setattr()
|
/linux-6.3-rc2/fs/ksmbd/ |
A D | smbacl.c | 1406 rc = notify_change(idmap, path->dentry, &newattrs, NULL); in set_info_sec()
|
A D | smb2pdu.c | 5673 rc = notify_change(idmap, dentry, &attrs, NULL); in set_file_basic_info()
|
/linux-6.3-rc2/include/linux/ |
A D | fs.h | 2474 int notify_change(struct mnt_idmap *, struct dentry *,
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | porting.rst | 158 Callers of notify_change() need ->i_mutex now.
|
/linux-6.3-rc2/Documentation/trace/ |
A D | ftrace.rst | 2944 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate 2945 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
|
/linux-6.3-rc2/ |
A D | CREDITS | 143 D: VFS fixes (new notify_change in particular)
|
Completed in 50 milliseconds