Home
last modified time | relevance | path

Searched refs:chattr (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.1/drivers/dma/qcom/
Dhidma_mgmt_sys.c143 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.1/fs/nfsd/
Dnfsfh.h311 u64 chattr; in nfsd4_change_attribute() local
313 chattr = stat->ctime.tv_sec; in nfsd4_change_attribute()
314 chattr <<= 30; in nfsd4_change_attribute()
315 chattr += stat->ctime.tv_nsec; in nfsd4_change_attribute()
316 chattr += inode_query_iversion(inode); in nfsd4_change_attribute()
317 return chattr; in nfsd4_change_attribute()
/Linux-v6.1/include/linux/
Diversion.h279 u64 chattr = t->tv_sec; in time_to_chattr() local
281 chattr <<= 32; in time_to_chattr()
282 chattr += t->tv_nsec; in time_to_chattr()
283 return chattr; in time_to_chattr()
/Linux-v6.1/drivers/video/console/
Dnewport_con.c582 unsigned short chattr; in newport_scroll() local
610 chattr = scr_readw(s++); in newport_scroll()
611 if (chattr != scr_readw(d)) { in newport_scroll()
612 newport_putc(vc, chattr, y, x); in newport_scroll()
613 scr_writew(chattr, d); in newport_scroll()
645 chattr = scr_readw(s--); in newport_scroll()
646 if (chattr != scr_readw(d)) { in newport_scroll()
647 newport_putc(vc, chattr, y, x); in newport_scroll()
648 scr_writew(chattr, d); in newport_scroll()
/Linux-v6.1/tools/testing/selftests/efivarfs/
Defivarfs.sh12 chattr -i $1
128 chattr -i $file
/Linux-v6.1/tools/testing/selftests/filesystems/fat/
Drun_fat_tests.sh29 chattr +C "${IMG_PATH}" >/dev/null 2>&1 || true
/Linux-v6.1/Documentation/filesystems/
Defivarfs.rst24 as immutable files. This doesn't prevent removal - "chattr -i" will work -
Ddax.rst120 xfs_io -c 'chattr +x' a
134 xfs_io -c 'chattr +x' a
147 xfs_io -c 'chattr +x' c
Df2fs.rst798 * chattr +c file
799 * chattr +c dir; touch dir/file
805 * chattr -c file
810 * compress_extension=so; nocompress_extension=zip; chattr +c dir; touch
812 should be compresse, bar.zip should be non-compressed. chattr +c dir/bar.zip
814 * compress_extension=so; nocompress_extension=zip; chattr -c dir; touch
817 chattr+c dir/bar.zip; chattr+c dir/baz.txt; can enable compress on bar.zip
Dext2.rst170 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.1/Documentation/admin-guide/
Dxfs.rst329 by the **xfs_io(8)** chattr command on a directory to be
334 by the **xfs_io(8)** chattr command on a directory to be
339 by the **xfs_io(8)** chattr command on a directory to be
344 by the **xfs_io(8)** chattr command on a directory to be
349 by the **xfs_io(8)** chattr command on a directory to be
/Linux-v6.1/tools/testing/selftests/bpf/
Dvmtest.sh216 chattr +C "${rootfs_img}" >/dev/null 2>&1 || true