Searched refs:chattr (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/dma/qcom/ |
| H A 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/include/linux/ |
| H A 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/tools/testing/selftests/efivarfs/ |
| H A D | efivarfs.sh | 12 chattr -i $1 136 chattr -i $file 216 chattr -i $file 340 chattr -i $var
|
| /linux/drivers/video/console/ |
| H A D | newport_con.c | 584 unsigned short chattr; in newport_scroll() local 612 chattr = scr_readw(s++); in newport_scroll() 613 if (chattr != scr_readw(d)) { in newport_scroll() 614 newport_putc(vc, chattr, y, x); in newport_scroll() 615 scr_writew(chattr, d); in newport_scroll() 647 chattr = scr_readw(s--); in newport_scroll() 648 if (chattr != scr_readw(d)) { in newport_scroll() 649 newport_putc(vc, chattr, y, x); in newport_scroll() 650 scr_writew(chattr, d); in newport_scroll()
|
| /linux/fs/nfsd/ |
| H A D | nfsfh.c | 880 u64 chattr; in nfsd4_change_attribute() local 883 chattr = stat->change_cookie; in nfsd4_change_attribute() 886 chattr += (u64)stat->ctime.tv_sec << 30; in nfsd4_change_attribute() 887 chattr += stat->ctime.tv_nsec; in nfsd4_change_attribute() 890 chattr = time_to_chattr(&stat->ctime); in nfsd4_change_attribute() 892 return chattr; in nfsd4_change_attribute()
|
| /linux/fs/nfs/ |
| H A D | localio.c | 764 u64 chattr; in __nfsd4_change_attribute() local 767 chattr = stat->change_cookie; in __nfsd4_change_attribute() 770 chattr += (u64)stat->ctime.tv_sec << 30; in __nfsd4_change_attribute() 771 chattr += stat->ctime.tv_nsec; in __nfsd4_change_attribute() 774 chattr = time_to_chattr(&stat->ctime); in __nfsd4_change_attribute() 776 return chattr; in __nfsd4_change_attribute()
|
| /linux/tools/testing/selftests/filesystems/fat/ |
| H A D | run_fat_tests.sh | 29 chattr +C "${IMG_PATH}" >/dev/null 2>&1 || true
|
| /linux/Documentation/filesystems/ |
| H A D | efivarfs.rst | 24 as immutable files. This doesn't prevent removal - "chattr -i" will work -
|
| H A D | dax.rst | 120 xfs_io -c 'chattr +x' a 134 xfs_io -c 'chattr +x' a 147 xfs_io -c 'chattr +x' c
|
| H A D | f2fs.rst | 898 * chattr +c file 899 * chattr +c dir; touch dir/file 905 * chattr -c file 910 * compress_extension=so; nocompress_extension=zip; chattr +c dir; touch 912 should be compresse, bar.zip should be non-compressed. chattr +c dir/bar.zip 914 * compress_extension=so; nocompress_extension=zip; chattr -c dir; touch 917 chattr+c dir/bar.zip; chattr+c dir/baz.txt; can enable compress on bar.zip
|
| H A 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/Documentation/admin-guide/ |
| H A D | xfs.rst | 328 by the **xfs_io(8)** chattr command on a directory to be 333 by the **xfs_io(8)** chattr command on a directory to be 338 by the **xfs_io(8)** chattr command on a directory to be 343 by the **xfs_io(8)** chattr command on a directory to be 348 by the **xfs_io(8)** chattr command on a directory to be
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | vmtest.sh | 260 chattr +C "${rootfs_img}" >/dev/null 2>&1 || true
|