Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/dma/qcom/
A Dhidma_mgmt_sys.c143 struct hidma_chan_attr *chattr; in show_values_channel() local
148 mdev = chattr->mdev; in show_values_channel()
161 struct hidma_chan_attr *chattr; in set_values_channel() local
167 mdev = chattr->mdev; in set_values_channel()
212 struct hidma_chan_attr *chattr; in create_sysfs_entry_channel() local
215 chattr = devm_kmalloc(&mdev->pdev->dev, sizeof(*chattr), GFP_KERNEL); in create_sysfs_entry_channel()
216 if (!chattr) in create_sysfs_entry_channel()
223 chattr->mdev = mdev; in create_sysfs_entry_channel()
224 chattr->index = index; in create_sysfs_entry_channel()
225 chattr->attr.attr.name = name_copy; in create_sysfs_entry_channel()
[all …]
/linux-6.3-rc2/include/linux/
A Diversion.h261 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-6.3-rc2/drivers/video/console/
A Dnewport_con.c583 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-6.3-rc2/tools/testing/selftests/efivarfs/
A Defivarfs.sh12 chattr -i $1
133 chattr -i $file
/linux-6.3-rc2/fs/nfsd/
A Dnfsfh.c779 u64 chattr; in nfsd4_change_attribute() local
782 chattr = stat->change_cookie; in nfsd4_change_attribute()
785 chattr += (u64)stat->ctime.tv_sec << 30; in nfsd4_change_attribute()
786 chattr += stat->ctime.tv_nsec; in nfsd4_change_attribute()
789 chattr = time_to_chattr(&stat->ctime); in nfsd4_change_attribute()
791 return chattr; in nfsd4_change_attribute()
/linux-6.3-rc2/tools/testing/selftests/filesystems/fat/
A Drun_fat_tests.sh29 chattr +C "${IMG_PATH}" >/dev/null 2>&1 || true
/linux-6.3-rc2/Documentation/filesystems/
A Defivarfs.rst24 as immutable files. This doesn't prevent removal - "chattr -i" will work -
A Ddax.rst120 xfs_io -c 'chattr +x' a
134 xfs_io -c 'chattr +x' a
147 xfs_io -c 'chattr +x' c
A Df2fs.rst809 * chattr +c file
810 * chattr +c dir; touch dir/file
816 * chattr -c file
821 * compress_extension=so; nocompress_extension=zip; chattr +c dir; touch
823 should be compresse, bar.zip should be non-compressed. chattr +c dir/bar.zip
825 * compress_extension=so; nocompress_extension=zip; chattr -c dir; touch
828 chattr+c dir/bar.zip; chattr+c dir/baz.txt; can enable compress on bar.zip
A 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-6.3-rc2/Documentation/admin-guide/
A 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-6.3-rc2/tools/testing/selftests/bpf/
A Dvmtest.sh222 chattr +C "${rootfs_img}" >/dev/null 2>&1 || true

Completed in 19 milliseconds