Home
last modified time | relevance | path

Searched refs:notify_change (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.15/fs/
Dattr.c310 int notify_change(struct user_namespace *mnt_userns, struct dentry *dentry, in notify_change() function
422 EXPORT_SYMBOL(notify_change);
Dutimes.c65 error = notify_change(mnt_user_ns(path->mnt), path->dentry, &newattrs, in vfs_utimes()
Dopen.c64 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()
Dinode.c1929 return notify_change(mnt_userns, dentry, &newattrs, NULL); in __remove_privs()
/Linux-v5.15/drivers/base/
Ddevtmpfs.c225 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/
Dcopy_up.c279 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()
Dinode.c80 err = notify_change(&init_user_ns, upperdentry, attr, NULL); in ovl_setattr()
Ddir.c514 err = notify_change(&init_user_ns, newdentry, &attr, NULL); in ovl_create_over_whiteout()
Dsuper.c820 err = notify_change(&init_user_ns, work, &attr, NULL); in ovl_workdir_create()
/Linux-v5.15/fs/cachefiles/
Dinterface.c473 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/
Dinode.c857 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/
DChanges115 really necessary as notify_change() will do
/Linux-v5.15/fs/nfsd/
Dvfs.c436 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/
Dsmbacl.c1370 rc = notify_change(user_ns, path->dentry, &newattrs, NULL); in set_info_sec()
Dsmb2pdu.c5608 rc = notify_change(user_ns, dentry, &attrs, NULL); in set_file_basic_info()
/Linux-v5.15/Documentation/filesystems/
Dporting.rst152 Callers of notify_change() need ->i_mutex now.
/Linux-v5.15/include/linux/
Dfs.h2977 int notify_change(struct user_namespace *, struct dentry *,
/Linux-v5.15/Documentation/trace/
Dftrace.rst2933 bash-1994 [000] .... 4342.324899: notify_change <-do_truncate
2934 bash-1994 [000] .... 4342.324900: current_fs_time <-notify_change
/Linux-v5.15/
DCREDITS143 D: VFS fixes (new notify_change in particular)