Searched refs:notify_change2 (Results 1 – 7 of 7) sorted by relevance
/fs/ |
D | attr.c | 229 int notify_change2(struct vfsmount *mnt, struct dentry * dentry, struct iattr * attr, struct inode … in notify_change2() function 351 EXPORT_SYMBOL(notify_change2); 355 return notify_change2(NULL, dentry, attr, delegated_inode); in notify_change()
|
D | open.c | 64 ret = notify_change2(mnt, dentry, &newattrs, NULL); in do_truncate2() 573 error = notify_change2(path->mnt, path->dentry, &newattrs, &delegated_inode); in chmod_common() 664 error = notify_change2(path->mnt, path->dentry, &newattrs, &delegated_inode); in chown_common()
|
D | utimes.c | 60 error = notify_change2(path->mnt, path->dentry, &newattrs, &delegated_inode); in utimes_common()
|
D | inode.c | 1829 return notify_change2(mnt, dentry, &newattrs, NULL); in __remove_privs()
|
/fs/sdcardfs/ |
D | derived_perm.c | 256 error = notify_change2(path.mnt, path.dentry, &newattrs, &delegated_inode); in fixup_lower_ownership()
|
D | sdcardfs.h | 571 notify_change2(parent.mnt, dent, &attrs, NULL); in prepare_dir()
|
D | inode.c | 715 err = notify_change2(lower_mnt, lower_dentry, &lower_ia, /* note: lower_ia */ in sdcardfs_setattr()
|