Searched refs:notify_change (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/net/bluetooth/
H A Dcoredump.h32 * @notify_change: Notify driver when devcoredump state has changed
58 notify_change_t notify_change; member in struct:hci_devcoredump
68 dmp_hdr_t dmp_hdr, notify_change_t notify_change);
83 notify_change_t notify_change)
81 hci_devcd_register(struct hci_dev *hdev, coredump_t coredump, dmp_hdr_t dmp_hdr, notify_change_t notify_change) argument
/linux-master/net/bluetooth/
H A Dcoredump.c83 if (hdev->dump.notify_change)
84 hdev->dump.notify_change(hdev, state);
404 dmp_hdr_t dmp_hdr, notify_change_t notify_change)
418 hdev->dump.notify_change = notify_change;
403 hci_devcd_register(struct hci_dev *hdev, coredump_t coredump, dmp_hdr_t dmp_hdr, notify_change_t notify_change) argument
/linux-master/fs/
H A Dattr.c353 * notify_change - modify attributes of a filesystem object
361 * If notify_change discovers a delegation in need of breaking,
379 int notify_change(struct mnt_idmap *idmap, struct dentry *dentry, function
441 * no function will ever call notify_change with both ATTR_MODE and
508 EXPORT_SYMBOL(notify_change); variable
H A Dutimes.c66 error = notify_change(mnt_idmap(path->mnt), path->dentry, &newattrs,
H A Dopen.c65 ret = notify_change(idmap, dentry, &newattrs, NULL);
650 error = notify_change(mnt_idmap(path->mnt), path->dentry,
790 error = notify_change(idmap, path->dentry, &newattrs,
H A Dinode.c2000 * Return mask of changes for notify_change() that need to be done as a
2030 * Note we call this on write, so notify_change will not
2033 return notify_change(idmap, dentry, &newattrs, NULL);
/linux-master/drivers/base/
H A Ddevtmpfs.c229 notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL);
337 notify_change(&nop_mnt_idmap, dentry, &newattrs, NULL);
/linux-master/fs/cachefiles/
H A Dinterface.c146 ret = notify_change(&nop_mnt_idmap, file->f_path.dentry,
156 ret = notify_change(&nop_mnt_idmap, file->f_path.dentry,
/linux-master/fs/ecryptfs/
H A Dinode.c731 * the caller must use lower_ia in a call to notify_change() to perform
869 rc = notify_change(&nop_mnt_idmap, lower_dentry,
978 rc = notify_change(&nop_mnt_idmap, lower_dentry, &lower_ia, NULL);
/linux-master/fs/overlayfs/
H A Doverlayfs.h200 return notify_change(ovl_upper_mnt_idmap(ofs), upperdentry, attr, NULL);
/linux-master/fs/nfsd/
H A Dvfs.c452 host_err = notify_change(&nop_mnt_idmap, dentry, &size_attr, NULL);
470 return notify_change(&nop_mnt_idmap, dentry, iap, NULL);
512 * situation, we should return EPERM(notify_change will return this).
569 * notify_change() can alter its iattr argument, making
/linux-master/fs/smb/server/
H A Dsmbacl.c1431 rc = notify_change(idmap, path->dentry, &newattrs, NULL);
H A Dsmb2pdu.c6032 rc = notify_change(idmap, dentry, &attrs, NULL);
/linux-master/include/linux/
H A Dfs.h222 * This is the Inode Attributes structure, used for notify_change(). It
2817 int notify_change(struct mnt_idmap *, struct dentry *,

Completed in 188 milliseconds