Searched refs:chattr (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/dma/qcom/ |
A D | hidma_mgmt_sys.c | 143 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/fs/nfsd/ |
A D | nfsfh.h | 315 u64 chattr; in nfsd4_change_attribute() local 317 chattr = stat->ctime.tv_sec; in nfsd4_change_attribute() 318 chattr <<= 30; in nfsd4_change_attribute() 319 chattr += stat->ctime.tv_nsec; in nfsd4_change_attribute() 320 chattr += inode_query_iversion(inode); in nfsd4_change_attribute() 321 return chattr; in nfsd4_change_attribute()
|
/linux/include/linux/ |
A D | iversion.h | 337 u64 chattr = t->tv_sec; in time_to_chattr() local 339 chattr <<= 32; in time_to_chattr() 340 chattr += t->tv_nsec; in time_to_chattr() 341 return chattr; in time_to_chattr()
|
/linux/drivers/video/console/ |
A D | newport_con.c | 582 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/tools/testing/selftests/efivarfs/ |
A D | efivarfs.sh | 12 chattr -i $1 128 chattr -i $file
|
/linux/Documentation/filesystems/ |
A D | efivarfs.rst | 24 as immutable files. This doesn't prevent removal - "chattr -i" will work -
|
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
|
A D | f2fs.rst | 863 * chattr +c file 864 * chattr +c dir; touch dir/file 870 * chattr -c file 875 * compress_extension=so; nocompress_extension=zip; chattr +c dir; touch 877 should be compresse, bar.zip should be non-compressed. chattr +c dir/bar.zip 879 * compress_extension=so; nocompress_extension=zip; chattr -c dir; touch 882 chattr+c dir/bar.zip; chattr+c dir/baz.txt; can enable compress on bar.zip
|
A D | ext2.rst | 172 and changed with the chattr command, and allow specific filesystem 303 - per-file if you don't have the source: use "chattr +S" on the file
|
/linux/Documentation/admin-guide/ |
A D | xfs.rst | 329 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/tools/testing/selftests/bpf/ |
A D | vmtest.sh | 200 chattr +C "${rootfs_img}" >/dev/null 2>&1 || true
|
Completed in 13 milliseconds