/kernel/linux/linux-5.10/drivers/dma/qcom/ |
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 …]
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | nfsfh.h | 262 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()
|
/kernel/linux/linux-5.10/drivers/video/console/ |
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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/efivarfs/ |
D | efivarfs.sh | 12 chattr -i $1 128 chattr -i $file
|
/kernel/linux/linux-5.10/fs/jffs2/ |
D | TODO | 10 - chattr support - turning on/off and tuning compression per-inode 14 Make this a per-inode option, changeable with chattr, so you can
|
/kernel/liteos_a/fs/vfs/operation/ |
D | vfs_chattr.c | 58 int chattr(const char *pathname, struct IATTR *attr) in chattr() function
|
D | vfs_other.c | 263 ret = chattr(path, &attr); in chmod() 285 ret = chattr(pathname, &attr); in chown()
|
/kernel/liteos_a/fs/include/fs/ |
D | fs_operation.h | 236 extern int chattr(const char *pathname, struct IATTR *attr);
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | efivarfs.rst | 24 as immutable files. This doesn't prevent removal - "chattr -i" will work -
|
D | dax.txt | 123 xfs_io -c 'chattr +x' a 133 xfs_io -c 'chattr +x' a 142 xfs_io -c 'chattr +x' c
|
D | ext2.rst | 171 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
|
D | f2fs.rst | 796 * chattr +c file 797 * chattr +c dir; touch dir/file
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | xfs.rst | 326 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
|
/kernel/liteos_a/fs/vfs/vfs_cmd/ |
D | vfs_shellcmd.c | 1271 ret = chattr(fullpath, &attr); in osShellCmdChmod() 1322 ret = chattr(fullpath, &attr); in osShellCmdChown() 1358 ret = chattr(fullpath, &attr); in osShellCmdChgrp()
|
/kernel/liteos_a/syscall/ |
D | fs_syscall.c | 2200 ret = chattr(filePath, &attr); in SysUtimensat() 2261 ret = chattr(fullpath, &attr); in SysFchmodat() 2293 ret = chattr(file->f_path, &attr); in SysFchmod() 2323 ret = chattr(fullpath, &attr); in SysFchownat() 2360 ret = chattr(file->f_path, &attr); in SysFchown()
|
D | los_syscall.h | 220 extern int chattr(const char *pathname, struct IATTR *attr);
|
/kernel/liteos_a/fs/jffs2/ |
D | jffs2.patch | 4025 - /* Later, this will provide for lsattr.jffs2 and chattr.jffs2, which
|