Lines Matching defs:stat
8652 const struct path *path, struct kstat *stat,
8662 stat->result_mask |= STATX_BTIME;
8663 stat->btime.tv_sec = BTRFS_I(inode)->i_otime.tv_sec;
8664 stat->btime.tv_nsec = BTRFS_I(inode)->i_otime.tv_nsec;
8666 stat->attributes |= STATX_ATTR_APPEND;
8668 stat->attributes |= STATX_ATTR_COMPRESSED;
8670 stat->attributes |= STATX_ATTR_IMMUTABLE;
8672 stat->attributes |= STATX_ATTR_NODUMP;
8674 stat->attributes |= STATX_ATTR_VERITY;
8676 stat->attributes_mask |= (STATX_ATTR_APPEND |
8681 generic_fillattr(idmap, request_mask, inode, stat);
8682 stat->dev = BTRFS_I(inode)->root->anon_dev;
8688 stat->blocks = (ALIGN(inode_bytes, blocksize) +
10841 * bytes used by the inode in an atomic manner, so that concurrent stat(2) calls