Searched refs:iversion (Results 1 – 4 of 4) sorted by relevance
30 # the iversion flags (needed by IMA when allowing writing).53 # whereas "iversion" is said to be filesystem-independent. In practice,57 # coreutils translates "iversion" into MS_I_VERSION. busybox rejects58 # "iversion" and only understands "i_version". systemd only understands59 # "iversion". We pick "iversion" here for systemd, whereas rootflags62 # Deduplicates iversion in case that this gets called more than once.64 …ount-point").split())})(\s+)(\S+)(\s+)(\S+);\1\2\3\4\5\6\7,iversion;; s/(,iversion)+/,iversion/;' …
1 # Append iversion option for auto types3 sed -i 's/\s*auto\s*defaults/&,iversion/' "${D}${sysconfdir}/fstab"
480 fi->rdc.iversion = inode_query_iversion(inode); in fuse_readdir_cached()491 if (inode_peek_iversion(inode) != fi->rdc.iversion || in fuse_readdir_cached()
152 u64 iversion; member