Searched refs:chattr (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/drivers/dma/qcom/ |
D | hidma_mgmt_sys.c | 143 struct hidma_chan_attr *chattr; in show_values_channel() local 147 chattr = container_of(attr, struct hidma_chan_attr, attr); in show_values_channel() 148 mdev = chattr->mdev; in show_values_channel() 150 sprintf(buf, "%d\n", mdev->priority[chattr->index]); in show_values_channel() 152 sprintf(buf, "%d\n", mdev->weight[chattr->index]); in show_values_channel() 161 struct hidma_chan_attr *chattr; in set_values_channel() local 166 chattr = container_of(attr, struct hidma_chan_attr, attr); in set_values_channel() 167 mdev = chattr->mdev; in set_values_channel() 174 rc = set_priority(mdev, chattr->index, tmp); in set_values_channel() 178 rc = set_weight(mdev, chattr->index, tmp); in set_values_channel() [all …]
|
/Linux-v6.6/include/linux/ |
D | iversion.h | 261 u64 chattr = t->tv_sec; in time_to_chattr() local 263 chattr <<= 32; in time_to_chattr() 264 chattr += t->tv_nsec; in time_to_chattr() 265 return chattr; in time_to_chattr()
|
/Linux-v6.6/drivers/video/console/ |
D | newport_con.c | 583 unsigned short chattr; in newport_scroll() local 611 chattr = scr_readw(s++); in newport_scroll() 612 if (chattr != scr_readw(d)) { in newport_scroll() 613 newport_putc(vc, chattr, y, x); in newport_scroll() 614 scr_writew(chattr, d); in newport_scroll() 646 chattr = scr_readw(s--); in newport_scroll() 647 if (chattr != scr_readw(d)) { in newport_scroll() 648 newport_putc(vc, chattr, y, x); in newport_scroll() 649 scr_writew(chattr, d); in newport_scroll()
|
/Linux-v6.6/tools/testing/selftests/efivarfs/ |
D | efivarfs.sh | 12 chattr -i $1 133 chattr -i $file
|
/Linux-v6.6/fs/nfsd/ |
D | nfsfh.c | 776 u64 chattr; in nfsd4_change_attribute() local 779 chattr = stat->change_cookie; in nfsd4_change_attribute() 782 chattr += (u64)stat->ctime.tv_sec << 30; in nfsd4_change_attribute() 783 chattr += stat->ctime.tv_nsec; in nfsd4_change_attribute() 786 chattr = time_to_chattr(&stat->ctime); in nfsd4_change_attribute() 788 return chattr; in nfsd4_change_attribute()
|
/Linux-v6.6/tools/testing/selftests/filesystems/fat/ |
D | run_fat_tests.sh | 29 chattr +C "${IMG_PATH}" >/dev/null 2>&1 || true
|
/Linux-v6.6/Documentation/filesystems/ |
D | efivarfs.rst | 24 as immutable files. This doesn't prevent removal - "chattr -i" will work -
|
D | dax.rst | 120 xfs_io -c 'chattr +x' a 134 xfs_io -c 'chattr +x' a 147 xfs_io -c 'chattr +x' c
|
D | f2fs.rst | 825 * chattr +c file 826 * chattr +c dir; touch dir/file 832 * chattr -c file 837 * compress_extension=so; nocompress_extension=zip; chattr +c dir; touch 839 should be compresse, bar.zip should be non-compressed. chattr +c dir/bar.zip 841 * compress_extension=so; nocompress_extension=zip; chattr -c dir; touch 844 chattr+c dir/bar.zip; chattr+c dir/baz.txt; can enable compress on bar.zip
|
D | ext2.rst | 170 and changed with the chattr command, and allow specific filesystem 301 - per-file if you don't have the source: use "chattr +S" on the file
|
/Linux-v6.6/Documentation/admin-guide/ |
D | xfs.rst | 330 by the **xfs_io(8)** chattr command on a directory to be 335 by the **xfs_io(8)** chattr command on a directory to be 340 by the **xfs_io(8)** chattr command on a directory to be 345 by the **xfs_io(8)** chattr command on a directory to be 350 by the **xfs_io(8)** chattr command on a directory to be
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | vmtest.sh | 222 chattr +C "${rootfs_img}" >/dev/null 2>&1 || true
|