Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/fs/nfsd/
Dnfsfh.h262 u64 chattr; in nfsd4_change_attribute() local
264 chattr = stat->ctime.tv_sec; in nfsd4_change_attribute()
265 chattr <<= 30; in nfsd4_change_attribute()
266 chattr += stat->ctime.tv_nsec; in nfsd4_change_attribute()
267 chattr += inode_query_iversion(inode); in nfsd4_change_attribute()
268 return chattr; in nfsd4_change_attribute()
/Linux-v5.10/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-v5.10/tools/testing/selftests/efivarfs/
Defivarfs.sh12 chattr -i $1
128 chattr -i $file
/Linux-v5.10/fs/jffs2/
DTODO10 - chattr support - turning on/off and tuning compression per-inode
14 Make this a per-inode option, changeable with chattr, so you can
/Linux-v5.10/Documentation/filesystems/
Defivarfs.rst24 as immutable files. This doesn't prevent removal - "chattr -i" will work -
Ddax.txt123 xfs_io -c 'chattr +x' a
133 xfs_io -c 'chattr +x' a
142 xfs_io -c 'chattr +x' c
Dext2.rst171 and changed with the chattr command, and allow specific filesystem
302 - per-file if you don't have the source: use "chattr +S" on the file
Df2fs.rst790 * chattr +c file
791 * chattr +c dir; touch dir/file
/Linux-v5.10/Documentation/admin-guide/
Dxfs.rst326 by the **xfs_io(8)** chattr command on a directory to be
331 by the **xfs_io(8)** chattr command on a directory to be
336 by the **xfs_io(8)** chattr command on a directory to be
341 by the **xfs_io(8)** chattr command on a directory to be
346 by the **xfs_io(8)** chattr command on a directory to be