Home
last modified time | relevance | path

Searched refs:vfs_getattr_nosec (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/fs/
Dstat.c105 int vfs_getattr_nosec(const struct path *path, struct kstat *stat, in vfs_getattr_nosec() function
141 EXPORT_SYMBOL(vfs_getattr_nosec);
172 return vfs_getattr_nosec(path, stat, request_mask, query_flags); in vfs_getattr()
/Linux-v6.6/fs/xfs/scrub/
Dxfile.c303 error = vfs_getattr_nosec(&xf->file->f_path, &ks, in xfile_stat()
/Linux-v6.6/security/integrity/ima/
Dima_api.c271 result = vfs_getattr_nosec(&file->f_path, &stat, STATX_CHANGE_COOKIE, in ima_collect_measurement()
Dima_main.c171 vfs_getattr_nosec(&file->f_path, &stat, in ima_check_last_writer()
/Linux-v6.6/fs/exportfs/
Dexpfs.c304 error = vfs_getattr_nosec(&child_path, &stat, in get_name()
/Linux-v6.6/include/linux/
Dfs.h3018 extern int vfs_getattr_nosec(const struct path *, struct kstat *, u32, unsigned int);