Searched refs:notify_change (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/fs/ |
D | attr.c | 318 int notify_change(struct user_namespace *mnt_userns, struct dentry *dentry, in notify_change() function 432 EXPORT_SYMBOL(notify_change);
|
D | utimes.c | 65 error = notify_change(mnt_user_ns(path->mnt), path->dentry, &newattrs, in vfs_utimes()
|
D | open.c | 65 ret = notify_change(mnt_userns, dentry, &newattrs, NULL); in do_truncate() 606 error = notify_change(mnt_user_ns(path->mnt), path->dentry, in chmod_common() 736 error = notify_change(mnt_userns, path->dentry, &newattrs, in chown_common()
|
D | inode.c | 2013 return notify_change(mnt_userns, dentry, &newattrs, NULL); in __remove_privs()
|
/linux-6.1.9/drivers/base/ |
D | devtmpfs.c | 236 notify_change(&init_user_ns, dentry, &newattrs, NULL); in handle_create() 344 notify_change(&init_user_ns, dentry, &newattrs, NULL); in handle_remove()
|
/linux-6.1.9/fs/cachefiles/ |
D | interface.c | 141 ret = notify_change(&init_user_ns, file->f_path.dentry, in cachefiles_adjust_size() 151 ret = notify_change(&init_user_ns, file->f_path.dentry, in cachefiles_adjust_size()
|
/linux-6.1.9/fs/ecryptfs/ |
D | inode.c | 857 rc = notify_change(&init_user_ns, lower_dentry, in ecryptfs_truncate() 966 rc = notify_change(&init_user_ns, lower_dentry, &lower_ia, NULL); in ecryptfs_setattr()
|
/linux-6.1.9/fs/affs/ |
D | Changes | 115 really necessary as notify_change() will do
|
/linux-6.1.9/fs/overlayfs/ |
D | overlayfs.h | 142 return notify_change(ovl_upper_mnt_userns(ofs), upperdentry, attr, NULL); in ovl_do_notify_change()
|
/linux-6.1.9/fs/nfsd/ |
D | vfs.c | 366 host_err = notify_change(&init_user_ns, dentry, &size_attr, NULL); in __nfsd_setattr() 384 return notify_change(&init_user_ns, dentry, iap, NULL); in __nfsd_setattr()
|
/linux-6.1.9/fs/ksmbd/ |
D | smbacl.c | 1406 rc = notify_change(user_ns, path->dentry, &newattrs, NULL); in set_info_sec()
|
D | smb2pdu.c | 5690 rc = notify_change(user_ns, dentry, &attrs, NULL); in set_file_basic_info()
|
/linux-6.1.9/Documentation/filesystems/ |
D | porting.rst | 158 Callers of notify_change() need ->i_mutex now.
|
/linux-6.1.9/include/linux/ |
D | fs.h | 2919 int notify_change(struct user_namespace *, struct dentry *,
|
/linux-6.1.9/Documentation/trace/ |
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.1.9/ |
D | CREDITS | 143 D: VFS fixes (new notify_change in particular)
|