Searched refs:ntfs_fuse_getstat (Results 1 – 1 of 1) sorted by relevance
/third_party/ntfs-3g/src/ |
D | lowntfs-3g.c | 747 static int ntfs_fuse_getstat(struct SECURITY_CONTEXT *scx, in ntfs_fuse_getstat() function 995 res = ntfs_fuse_getstat(&security, ni, &stbuf); in ntfs_fuse_getattr() 1014 if (!ntfs_fuse_getstat(scx, ni, &pentry->attr)) { in ntfs_fuse_fillstat() 1889 res = ntfs_fuse_getstat(scx, ni, stbuf); in ntfs_fuse_chmod() 1893 res = ntfs_fuse_getstat(scx, ni, stbuf); in ntfs_fuse_chmod() 1932 res = ntfs_fuse_getstat(scx, ni, stbuf); in ntfs_fuse_chown() 1935 res = ntfs_fuse_getstat(scx, ni, stbuf); in ntfs_fuse_chown() 1972 res = ntfs_fuse_getstat(scx, ni, stbuf); in ntfs_fuse_chownmod() 1975 res = ntfs_fuse_getstat(scx, ni, stbuf); in ntfs_fuse_chownmod() 2057 res = ntfs_fuse_getstat(scx, ni, stbuf); in ntfs_fuse_trunc() [all …]
|