Searched refs:notify_change (Results 1 – 19 of 19) sorted by relevance
/Linux-v5.15/fs/ |
D | attr.c | 310 int notify_change(struct user_namespace *mnt_userns, struct dentry *dentry, in notify_change() function 422 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 | 64 ret = notify_change(mnt_userns, dentry, &newattrs, NULL); in do_truncate() 581 error = notify_change(mnt_user_ns(path->mnt), path->dentry, in chmod_common() 678 error = notify_change(mnt_userns, path->dentry, &newattrs, in chown_common()
|
D | inode.c | 1929 return notify_change(mnt_userns, dentry, &newattrs, NULL); in __remove_privs()
|
/Linux-v5.15/drivers/base/ |
D | devtmpfs.c | 225 notify_change(&init_user_ns, dentry, &newattrs, NULL); in handle_create() 333 notify_change(&init_user_ns, dentry, &newattrs, NULL); in handle_remove()
|
/Linux-v5.15/fs/overlayfs/ |
D | copy_up.c | 279 return notify_change(&init_user_ns, upperdentry, &attr, NULL); in ovl_set_size() 291 return notify_change(&init_user_ns, upperdentry, &attr, NULL); in ovl_set_timestamps() 303 err = notify_change(&init_user_ns, upperdentry, &attr, NULL); in ovl_set_attr() 311 err = notify_change(&init_user_ns, upperdentry, &attr, NULL); in ovl_set_attr()
|
D | inode.c | 80 err = notify_change(&init_user_ns, upperdentry, attr, NULL); in ovl_setattr()
|
D | dir.c | 514 err = notify_change(&init_user_ns, newdentry, &attr, NULL); in ovl_create_over_whiteout()
|
D | super.c | 820 err = notify_change(&init_user_ns, work, &attr, NULL); in ovl_workdir_create()
|
/Linux-v5.15/fs/cachefiles/ |
D | interface.c | 473 ret = notify_change(&init_user_ns, object->backer, &newattrs, NULL); in cachefiles_attr_changed() 480 ret = notify_change(&init_user_ns, object->backer, &newattrs, NULL); in cachefiles_attr_changed()
|
/Linux-v5.15/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-v5.15/fs/affs/ |
D | Changes | 115 really necessary as notify_change() will do
|
/Linux-v5.15/fs/nfsd/ |
D | vfs.c | 436 host_err = notify_change(&init_user_ns, dentry, &size_attr, NULL); in nfsd_setattr() 451 host_err = notify_change(&init_user_ns, dentry, iap, NULL); in nfsd_setattr()
|
/Linux-v5.15/fs/ksmbd/ |
D | smbacl.c | 1370 rc = notify_change(user_ns, path->dentry, &newattrs, NULL); in set_info_sec()
|
D | smb2pdu.c | 5608 rc = notify_change(user_ns, dentry, &attrs, NULL); in set_file_basic_info()
|
/Linux-v5.15/Documentation/filesystems/ |
D | porting.rst | 152 Callers of notify_change() need ->i_mutex now.
|
/Linux-v5.15/include/linux/ |
D | fs.h | 2977 int notify_change(struct user_namespace *, struct dentry *,
|
/Linux-v5.15/Documentation/trace/ |
D | ftrace.rst | 2933 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate 2934 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
|
/Linux-v5.15/ |
D | CREDITS | 143 D: VFS fixes (new notify_change in particular)
|